Skip to main content
Version: 1.x.x

ClientDefaultOptionsType


import { ClientDefaultOptionsType } from "@hyper-fetch/core"

Description

Defined in client/fetch.client.types.ts:7

Preview

type ClientDefaultOptionsType = Partial<XMLHttpRequest>;

Structure

Partial<XMLHttpRequest>